InvalidFileFormatException(String) Constructor
Creates a new instance of the InvalidFileFormatException class with the specified error message.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public InvalidFileFormatException(
string message
)
Public Sub New (
message As String
)
Parameters
- message String
- The message that describes the error.